FrameLoadFailed

public interface FrameLoadFailed implements NavigationEvent

An event indicating that the content load was failed.

Functions

Link copied to clipboard
public NetError error()
Returns the navigation error.
Link copied to clipboard
public Frame frame()
Returns the Frame instance that failed to load content.
Link copied to clipboard
Returns the Navigation instance initiated this event.
Link copied to clipboard
public String url()
Returns a string that represents the URL of the resource which content has been failed to load.